home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>2. Running Gimp</title>
- <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
- <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
- <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
- <link rel="start" href="index.html" title="GIMP User Manual" />
- <link rel="up" href="ch02.html" title="Chapter 2. Using Gimp" />
- <link rel="prev" href="ch02.html" title="Chapter 2. Using Gimp" />
- <link rel="next" href="ch02s03.html" title="3. Basic Gimp Usage" />
- </head>
- <body>
- <div xmlns="" class="navheader">
- <table width="100%" summary="Navigation header">
- <tr>
- <th colspan="3" align="center" id="chaptername">Chapter 2. Using <span xmlns="http://www.w3.org/1999/xhtml" class="acronym">Gimp</span></th>
- </tr>
- <tr>
- <td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td>
- <th width="60%" align="center" id="sectionname">2. Running Gimp</th>
- <td width="20%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td>
- </tr>
- </table>
- <hr />
- </div>
- <div class="sect1" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h2 class="title" style="clear: both"><a id="gimp-running"></a>2. Running Gimp</h2>
- </div>
- </div>
- </div>
- <a id="id3418025" class="indexterm"></a>
- <p>
- Most often, you start Gimp either by clicking on an icon (if your
- system is set up to provide you with one), or by typing
- <span><b class="command">gimp</b></span> on a command line. If you have multiple
- versions of the Gimp installed, you may need to type
- <span><b class="command">gimp-2.2</b></span> to get the latest version. You can,
- if you want, give a list of image files on the command line after
- the program name, and they will automatically be opened by Gimp as
- it starts. It is also possible, though, to open files from within
- Gimp once it is running.
- </p>
- <p>
- In most operating systems, you can set things up so that various
- types of image files are "associated" with Gimp, and cause it to
- start automatically when icons for them are double-clicked.
- </p>
- <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
- <table border="0" summary="Tip">
- <tr>
- <td rowspan="2" align="center" valign="top" width="25">
- <img alt="[Tip]" src="../images/tip.png" />
- </td>
- <th align="left">Tip</th>
- </tr>
- <tr>
- <td colspan="2" align="left" valign="top">
- <p>
- If you want to cause a certain file type to automatically open in
- Gimp, you should associate it with "gimp-remote" rather than with
- "gimp". The gimp-remote program is an auxiliary that comes with
- gimp. If gimp is not already running on the system when
- gimp-remote is executed, it is started and the image given as
- argument to gimp-remote is loaded. If gimp is already running,
- though, the image is simply loaded into the already-running
- program.
- </p>
- </td>
- </tr>
- </table>
- </div>
- <div class="simplesect" lang="en" xml:lang="en">
- <div class="titlepage">
- <div>
- <div>
- <h3 class="title"><a id="id3418084"></a>Command Line Arguments</h3>
- </div>
- </div>
- </div>
- <p>
- Ordinarily you don't need to give any arguments when starting
- Gimp, but here is a list of some that may at one time or anther be
- useful. This is not a complete list; on Unix systems you can get
- a complete list by running <b class="userinput"><tt>man gimp</tt></b> in a
- terminal window.
- </p>
- <div class="variablelist">
- <dl>
- <dt>
- <span class="term">-h, --help</span>
- </dt>
- <dd>
- <p>
- Display a list of all commandline options.
- </p>
- </dd>
- <dt>
- <span class="term">-v, --version</span>
- </dt>
- <dd>
- <p>
- Print the version of Gimp being used, and exit.
- </p>
- </dd>
- <dt>
- <span class="term">--verbose</span>
- </dt>
- <dd>
- <p>
- Show detailed startup messages.
- </p>
- </dd>
- <dt>
- <span class="term">-d, --no-data</span>
- </dt>
- <dd>
- <p>
- Do not load patterns, gradients, palettes, or brushes.
- Often useful in non-interactive situations where startup
- time is to be minimized.
- </p>
- </dd>
- <dt>
- <span class="term">--display <i class="replaceable"><tt>display</tt></i></span>
- </dt>
- <dd>
- <p>
- Use the designated X display (does not apply to
- Gimp on Microsoft Windows).
- </p>
- </dd>
- <dt>
- <span class="term">-s, --no-splash</span>
- </dt>
- <dd>
- <p>
- Do not show the splash screen while starting.
- </p>
- </dd>
- <dt>
- <span class="term">--session <i class="replaceable"><tt>name</tt></i></span>
- </dt>
- <dd>
- <p>
- Use a different sessionrc for this GIMP session. The
- given session name is appended to the default sessionrc
- filename.
- </p>
- </dd>
- <dt>
- <span class="term">-g, --gimprc <i class="replaceable"><tt>gimprc</tt></i></span>
- </dt>
- <dd>
- <p>
- Use an alternative gimprc instead of the default one. The
- "gimprc" file contains a record of your preferences.
- Useful in cases where plugins paths or machine specs may be
- different.
- </p>
- </dd>
- <dt>
- <span class="term">-c, --console-messages</span>
- </dt>
- <dd>
- <p>
- Do not popup dialog boxes on errors or warnings. Print
- the messages on the console instead.
- </p>
- </dd>
- <dt>
- <span class="term">-b, --batch <i class="replaceable"><tt>commands</tt></i></span>
- </dt>
- <dd>
- <p>
- Execute the set of commands non-interactively. The set
- of commands is typically in the form of a script that
- can be executed by one of the GIMP scripting extensions.
- When commands is <b class="userinput"><tt>-</tt></b>, the commands
- are read from standard input.
- </p>
- </dd>
- </dl>
- </div>
- </div>
- </div>
- <div class="navfooter">
- <hr />
- <table width="100%" summary="Navigation footer">
- <tr>
- <td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td>
- <td width="20%" align="center">
- <a accesskey="u" href="ch02.html">Up</a>
- </td>
- <td width="40%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td>
- </tr>
- <tr>
- <td width="40%" align="left" valign="top">Chapter 2. Using <span class="acronym">Gimp</span> </td>
- <td width="20%" align="center">
- <a accesskey="h" href="index.html">Home</a>
- </td>
- <td width="40%" align="right" valign="top"> 3. Basic Gimp Usage</td>
- </tr>
- </table>
- </div>
- </body>
- </html>
-